body {
	background-color: #000;
}
.contain {
	margin: 0px auto;
	width: 800px;
	min-height:100%;
	position:relative;
	border: 1px dotted #292929;
	border-radius: 5px;
	background-color: #999999;
	
	
}
.head {
	height: 200px;
	background-image: url("/images/db.png");
	background-repeat: no-repeat;
}
.nav {
	height:	25px;
	padding: 5 0 0 2;
	border-top:  1px dotted #292929;
	border-bottom: 2px dotted #292929;
	
}
.thing {
	
	padding: 5 0 50 2;
}
.feet {
	width: 100%;
	height: 25px;
	position: absolute;
	bottom:0;
	color: #292929;
	font-size: 8px;
	margin-left: 5px;
	
}
.headt {
	margin: 0 20 0 0;
	text-align: center;
	vertical-align: middle;
	line-height: 200px;
}
html{100%;}
.post{
	margin: 15px auto;
	width: 700px;
	border-radius: 5px;
	box-shadow: 7px 7px 4px #777777;
	background-color: #fff;
}
.title{
	background-color: #595959;
	text-align: center;
	height: 60px;
	border-bottom: 1px solid #494949;
	line-height: 60px;
	color: #999999;
	border-radius: 5px;
	font-size: 24px;
}
.inner {
	width: 90%;
	margin-top: 5;
	margin-left: 30;
	padding-bottom: 3px;
	
}
#contents {
	border: 1px solid #FF00FF;
	color: #fff;
}
.pcontainer {
	width: 700px;
	height: 70px;
	
	border-radius: 5px;
}
.left {
	width: 627px;
	border: 1px solid #898989;
	height: 99%;
	float: left;
	line-height: 70px;
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: none;
	background-color: #595959;
	color: #fff;
	font-size: 24px;
}
.rightu {
	float: right;
	width: 71px;
	border: 1px solid #898989;
	height: 49%;
	text-align: center;
	line-height: 35px;
	border-top-right-radius: 5px;
	border-left: none;
	border-bottom: none;
	background-color: #002147;
	color: #fff;
}
.rightd {
	float: right;
	width: 71px;
	border: 1px solid #898989;
	height: 49%;
	text-align: center;
	line-height: 35px;
	border-bottom-right-radius: 5px;
	border-left: none;
	border-top: none;
	background-color: #660000;
	color: #fff;
}
a:hover{
	text-shadow: 1px 1px #898989;
}
a:link {
	text-decoration: none;
}
